iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCDirectShareService.h
Go to the documentation of this file.
1//
2// MobileRTCDirectShareService.h
3// MobileRTC
4//
5// Created by Zoom Video Communications on 2020/10/20.
6// Copyright © 2020 Zoom Video Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
20- (BOOL)TryWithMeetingNumber:(NSString *_Nonnull)meetingNumber;
21
27- (BOOL)TryWithPairingCode:(NSString *_Nonnull)pairingCode;
28
33- (BOOL)cancel;
34@end
35
37@optional
43- (void)onDirectShareStatusUpdate:(MobileRTCDirectShareStatus)status handler:(MobileRTCDirectShareViaMeetingIDOrPairingCodeHandler *_Nullable)handler;
44@end
45
50@interface MobileRTCDirectShareService : NSObject
55@property (assign, nonatomic) id<MobileRTCDirectShareServiceDelegate> _Nullable delegate;
56
62
68
73- (BOOL)startDirectShare;
74
79- (BOOL)stopDirectShare;
80@end
81
82
MobileRTCDirectShareStatus
Direct sharing status.
Direct sharing helper callback.
Direct sharing helper Interface.
BOOL stopDirectShare()
Stop direct sharing.
BOOL startDirectShare()
Start direct sharing.
BOOL isDirectShareInProgress()
Determine if direct sharing is in progress.
id< MobileRTCDirectShareServiceDelegate > _Nullable delegate
BOOL canStartDirectShare()
Determine if it is able to start the direct sharing.
Direct sharing by meeting ID or pairing code helper interface.
BOOL cancel()
Delete the present direct sharing..