| ConfbridgeSetSingleVideoSrcAction Constructor (String, String) |
Stops recording a specified conference.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ConfbridgeSetSingleVideoSrcAction(
string conference,
string channel
)
Public Sub New (
conference As String,
channel As String
)
public:
ConfbridgeSetSingleVideoSrcAction(
String^ conference,
String^ channel
)
new :
conference : string *
channel : string -> ConfbridgeSetSingleVideoSrcAction
Parameters
- conference
- Type: SystemString
[Missing <param name="conference"/> documentation for "M:AsterNET.Manager.Action.ConfbridgeSetSingleVideoSrcAction.#ctor(System.String,System.String)"]
- channel
- Type: SystemString
[Missing <param name="channel"/> documentation for "M:AsterNET.Manager.Action.ConfbridgeSetSingleVideoSrcAction.#ctor(System.String,System.String)"]
See Also