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