File tree Expand file tree Collapse file tree 6 files changed +11
-3
lines changed
Framework/QuickbloxWebRTC.framework Expand file tree Collapse file tree 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
3737 */
3838@property (strong , nonatomic , readonly ) NSArray <NSNumber *> *publishersList;
3939
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+
4049/* *
4150 * Perform join room as publisher.
4251 *
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ typedef NS_ENUM(NSUInteger, QBRTCRecorderState) {
119119
120120 @param completion completion block with file url if record was successful
121121
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 .
123123
124124 @note File url will be nil if record failed, didn't start or there was nothing to record.
125125 */
Original file line number Diff line number Diff line change 2929 */
3030- (void )didSetToVideoTrack : (QBRTCLocalVideoTrack *)videoTrack ;
3131
32-
3332/* *
3433 * Called when video track was removed.
3534 *
Original file line number Diff line number Diff line change 4646#import < QuickbloxWebRTC/QBRTCConferenceSession.h>
4747#import < QuickbloxWebRTC/QBRTCConferenceClientDelegate.h>
4848
49- // ! Framework version 2.6.1
49+ // ! Framework version 2.6.2
5050FOUNDATION_EXPORT NSString * const QuickbloxWebRTCFrameworkVersion;
5151
5252// ! WebRTC revision 18213
You can’t perform that action at this time.
0 commit comments