FMIceLinkWebSync4LeaveConferenceArgs Class Reference
| Inherits from | FMWebSyncBaseInputArgs : FMWebSyncExtensible : FMDynamic : FMSerializable : NSObject | 
|---|---|
| Declared in | FMIceLinkWebSync4LeaveConferenceArgs.h FMIceLinkWebSync4LeaveConferenceArgs.m  | 
Other Methods
– conferenceChannel
	
Gets the conference channel.
			- (NSString *)conferenceChannelDiscussion
Gets the conference channel.
			Declared In
FMIceLinkWebSync4LeaveConferenceArgs.h
– initWithConferenceChannel:
	
Initializes a new instance of the FMIceLinkWebSync4LeaveConferenceArgs class.
			- (instancetype)initWithConferenceChannel:(NSString *)conferenceChannelParameters
conferenceChannel | 
						The conference ID.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkWebSync4LeaveConferenceArgs class.
			Declared In
FMIceLinkWebSync4LeaveConferenceArgs.h
+ leaveConferenceArgsWithConferenceChannel:
	
Initializes a new instance of the FMIceLinkWebSync4LeaveConferenceArgs class.
			+ (FMIceLinkWebSync4LeaveConferenceArgs *)leaveConferenceArgsWithConferenceChannel:(NSString *)conferenceChannelParameters
conferenceChannel | 
						The conference ID.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkWebSync4LeaveConferenceArgs class.
			Declared In
FMIceLinkWebSync4LeaveConferenceArgs.h
– onFailure
	
Gets the callback to invoke if the request fails.
			- (FMIceLinkAction1<FMIceLinkWebSync4LeaveConferenceFailureArgs*> *)onFailureDiscussion
Gets the callback to invoke if the request fails.
			Declared In
FMIceLinkWebSync4LeaveConferenceArgs.h
– onSuccess
	
Gets the callback to invoke if the request succeeds.
			- (FMIceLinkAction1<FMIceLinkWebSync4LeaveConferenceSuccessArgs*> *)onSuccessDiscussion
Gets the callback to invoke if the request succeeds.
			Declared In
FMIceLinkWebSync4LeaveConferenceArgs.h
– setConferenceChannel:
	
Sets the conference channel.
			- (void)setConferenceChannel:(NSString *)valueDiscussion
Sets the conference channel.
			Declared In
FMIceLinkWebSync4LeaveConferenceArgs.h
– setOnFailure:
	
Sets the callback to invoke if the request fails.
			- (void)setOnFailure:(FMIceLinkAction1<FMIceLinkWebSync4LeaveConferenceFailureArgs*> *)valueDiscussion
Sets the callback to invoke if the request fails.
			Declared In
FMIceLinkWebSync4LeaveConferenceArgs.h
– setOnFailureBlock
	
Sets the callback to invoke if the request fails.
			- (void ( ^ ) ( void ( ^ ) ( FMIceLinkWebSync4LeaveConferenceFailureArgs *) ))setOnFailureBlockDiscussion
Sets the callback to invoke if the request fails.
			Declared In
FMIceLinkWebSync4LeaveConferenceArgs.h
– setOnFailureBlock:
	
Sets the callback to invoke if the request fails.
			- (void)setOnFailureBlock:(void ( ^ ) ( FMIceLinkWebSync4LeaveConferenceFailureArgs *))valueBlockDiscussion
Sets the callback to invoke if the request fails.
			Declared In
FMIceLinkWebSync4LeaveConferenceArgs.h
– setOnSuccess:
	
Sets the callback to invoke if the request succeeds.
			- (void)setOnSuccess:(FMIceLinkAction1<FMIceLinkWebSync4LeaveConferenceSuccessArgs*> *)valueDiscussion
Sets the callback to invoke if the request succeeds.
			Declared In
FMIceLinkWebSync4LeaveConferenceArgs.h
– setOnSuccessBlock
	
Sets the callback to invoke if the request succeeds.
			- (void ( ^ ) ( void ( ^ ) ( FMIceLinkWebSync4LeaveConferenceSuccessArgs *) ))setOnSuccessBlockDiscussion
Sets the callback to invoke if the request succeeds.
			Declared In
FMIceLinkWebSync4LeaveConferenceArgs.h
– setOnSuccessBlock:
	
Sets the callback to invoke if the request succeeds.
			- (void)setOnSuccessBlock:(void ( ^ ) ( FMIceLinkWebSync4LeaveConferenceSuccessArgs *))valueBlockDiscussion
Sets the callback to invoke if the request succeeds.
			Declared In
FMIceLinkWebSync4LeaveConferenceArgs.h
– setUnlinkAllOnSuccess:
	
Sets a value indicating whether this endpoint
should initiate an unlink from everyone after leaving
the channel successfully.
Defaults to 
			true.
- (void)setUnlinkAllOnSuccess:(bool)valueDiscussion
Sets a value indicating whether this endpoint
should initiate an unlink from everyone after leaving
the channel successfully.
Defaults to 
			true.
Declared In
FMIceLinkWebSync4LeaveConferenceArgs.h
– unlinkAllOnSuccess
	
Gets a value indicating whether this endpoint
should initiate an unlink from everyone after leaving
the channel successfully.
Defaults to 
			true.
- (bool)unlinkAllOnSuccessDiscussion
Gets a value indicating whether this endpoint
should initiate an unlink from everyone after leaving
the channel successfully.
Defaults to 
			true.
Declared In
FMIceLinkWebSync4LeaveConferenceArgs.h