RecordingService
The RecordingService allows an application to record conferences by using the start and stop methods that turn the recording on and off.
Methods
start
▸ start(fireInterval
: Int?, completion
: ((_ error: NSError?) -> Void)?)
Starts recording a conference. For more information, see the Recording mechanism article or the Recording document.
Parameters:
Name | Type | Default | Description |
---|---|---|---|
fireInterval | Int? | 0 | Replays the conference from this offset (in milliseconds) |
completion | ((_ error: NSError?) -> Void)? | nil | - |
stop
▸ stop(completion
: ((_ error: NSError?) -> Void)?)
Stops recording a conference.
Parameters:
Name | Type | Default |
---|---|---|
completion | ((_ error: NSError?) -> Void)? | nil |