Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
InMeetingRawArchivingController.java
Go to the documentation of this file.
1
package
us.zoom.sdk;
2
3
public
interface
InMeetingRawArchivingController
{
4
10
MobileRTCSDKError
startRawArchiving
();
11
17
MobileRTCSDKError
stopRawArchiving
();
18
19
20
}
us.zoom.sdk.MobileRTCSDKError
Enumeration of common errors of SDK.
Definition
MobileRTCSDKError.java:6
us.zoom.sdk.InMeetingRawArchivingController
Definition
InMeetingRawArchivingController.java:3
us.zoom.sdk.InMeetingRawArchivingController.stopRawArchiving
MobileRTCSDKError stopRawArchiving()
Stop raw archiving, call this method reclaim rawdata receive privilege.
us.zoom.sdk.InMeetingRawArchivingController.startRawArchiving
MobileRTCSDKError startRawArchiving()
Start raw archiving,call this method can get rawdata receive privilege.
sdk
InMeetingRawArchivingController.java
Generated by
1.12.0