Start share .
Namespace:
WebexSDK
Assembly:
WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public void StartShare(
string sourceId,
Action<WebexApiEventArgs> completedHandler
)
Parameters
- sourceId
- Type: SystemString
the selected share sourceId - completedHandler
- Type: SystemActionWebexApiEventArgs
The completed event handler.
Remarks Since: 0.1.7
See Also