File tree 6 files changed +11
-3
lines changed
Framework/QuickbloxWebRTC.framework
6 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,15 @@ NS_ASSUME_NONNULL_BEGIN
37
37
*/
38
38
@property (strong , nonatomic , readonly ) NSArray <NSNumber *> *publishersList;
39
39
40
+ /* *
41
+ * Request list of online participants in current room.
42
+ *
43
+ * @note Session must receive session created callback first from server.
44
+ *
45
+ * @param completionBlock completion block with publishers and listeners list
46
+ */
47
+ - (void )listOnlineParticipantsWithCompletionBlock : (void (^)(NSArray <NSNumber *> *publishers, NSArray <NSNumber *> *listeners))completionBlock ;
48
+
40
49
/* *
41
50
* Perform join room as publisher.
42
51
*
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ typedef NS_ENUM(NSUInteger, QBRTCRecorderState) {
119
119
120
120
@param completion completion block with file url if record was successful
121
121
122
- @discussion Async operation that might take some time until record is finaized .
122
+ @discussion Async operation that might take some time until record is finalized .
123
123
124
124
@note File url will be nil if record failed, didn't start or there was nothing to record.
125
125
*/
Original file line number Diff line number Diff line change 29
29
*/
30
30
- (void )didSetToVideoTrack : (QBRTCLocalVideoTrack *)videoTrack ;
31
31
32
-
33
32
/* *
34
33
* Called when video track was removed.
35
34
*
Original file line number Diff line number Diff line change 46
46
#import < QuickbloxWebRTC/QBRTCConferenceSession.h>
47
47
#import < QuickbloxWebRTC/QBRTCConferenceClientDelegate.h>
48
48
49
- // ! Framework version 2.6.1
49
+ // ! Framework version 2.6.2
50
50
FOUNDATION_EXPORT NSString * const QuickbloxWebRTCFrameworkVersion;
51
51
52
52
// ! WebRTC revision 18213
You can’t perform that action at this time.
0 commit comments