remote_members_changed
Description:
public signal void remote_members_changed (HashTable<Contact,uint> updates, GenericArray<Contact> removed, CallStateReason reason)
The remote_members_changed signal is emitted whenever the stream's remote members changes.
It is NOT guaranteed that Contact objects have any feature prepared.
Parameters:
updates |
GenericSet mapping Contact to its new SendingState |
removed |
GenericArray of Contact removed from remote contacts |
reason |
the CallStateReason for the change |