SkylinkSDK for Android (0.9.7+)SkylinkSDK for iOS (1.0.10+)
 Functionality:  
Trigger video recording to start when using Skylink Media Relay.startRecording
startRecording
Trigger video recording to stop when it has already started.
A link to the recorded video will be sent to user after processing is completed
stopRecording
stopRecording
API to check if there is a recording in progress
isRecording
recordingDelegate
Callbacks:  
Indicates that the recording has startedonRecordingStart  recordingDidStartWithID
Indicates that the recording has stoppedonRecordingStop  recordingDidStopWithID
Provides link to the recorded videoonRecordingVideoLink
 recordingVideoLink:peerId:recordingId
Triggered if there are errors during recording.onRecordingError  recording:didError