Delegate ParticipantDeviceListener.OnStreamAvailabilityChangedDelegate
Callback used to notify that participant device stream availability has changed.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnStreamAvailabilityChangedDelegate(ParticipantDevice participantDevice, bool available, StreamType streamType);
Parameters
| Type | Name | Description |
|---|---|---|
| ParticipantDevice | participantDevice | ParticipantDevice object |
| System.Boolean | available | participant device's stream availability |
| StreamType | streamType | type of stream: aaudio, video or text |