JoinConferenceArgs Class |
Namespace: FM.IceLink.WebSync4
The JoinConferenceArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| JoinConferenceArgs |
Initializes a new instance of the JoinConferenceArgs class.
|
| Name | Description | |
|---|---|---|
| ConferenceChannel |
Gets or sets the conference channel.
| |
| ExtensionCount | (Inherited from Extensible.) | |
| ExtensionNames | (Inherited from Extensible.) | |
| Extensions | (Inherited from Extensible.) | |
| IsRetry | (Inherited from BaseInputArgs.) | |
| MetaJson | (Inherited from Extensible.) | |
| OnFailure |
Gets or sets the callback to invoke if the request fails.
See JoinConferenceFailureArgs for callback argument details.
| |
| OnReceive |
Gets or sets the callback to invoke when data is received on the channel.
See JoinConferenceReceiveArgs for callback argument details.
| |
| OnRemoteClient |
Gets or sets the callback to invoke when a new remote client needs a connection.
| |
| OnSuccess |
Gets or sets the callback to invoke if the request succeeds.
See JoinConferenceSuccessArgs for callback argument details.
| |
| RequestTimeout | (Inherited from BaseInputArgs.) | |
| RequestUrl | (Inherited from BaseInputArgs.) | |
| Synchronous | (Inherited from BaseInputArgs.) | |
| UnlinkExistingOnUserJoin |
Gets or sets a value indicating whether this endpoint
should drop existing links in favour of new ones
when remote peers join the channel.
Defaults to true.
| |
| UnlinkOnUserLeave |
Gets or sets a value indicating whether this endpoint
should initiate an unlink when remote peers leave the channel.
Defaults to true.
|
| Name | Description | |
|---|---|---|
| CopyExtensions | (Inherited from Extensible.) | |
| GetExtensionValueJson | (Inherited from Extensible.) | |
| SetExtensionValueJson(String, String) | (Inherited from Extensible.) | |
| SetExtensionValueJson(String, String, Boolean) | (Inherited from Extensible.) |