Skip to content

Commit afd2116

Browse files
authored
Merge pull request #882 from QuickBlox/release/QuickbloxWebRTC-2.6.2
QuickbloxWebRTC v2.6.2
2 parents a6e1f77 + 7fe3d2a commit afd2116

File tree

6 files changed

+11
-3
lines changed

6 files changed

+11
-3
lines changed

Framework/QuickbloxWebRTC.framework/Headers/QBRTCConferenceSession.h

+9
Original file line numberDiff line numberDiff 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
*

Framework/QuickbloxWebRTC.framework/Headers/QBRTCRecorder.h

+1-1
Original file line numberDiff line numberDiff 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
*/

Framework/QuickbloxWebRTC.framework/Headers/QBRTCVideoCapture.h

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
*/
3030
- (void)didSetToVideoTrack:(QBRTCLocalVideoTrack *)videoTrack;
3131

32-
3332
/**
3433
* Called when video track was removed.
3534
*

Framework/QuickbloxWebRTC.framework/Headers/QuickbloxWebRTC.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#import <QuickbloxWebRTC/QBRTCConferenceSession.h>
4747
#import <QuickbloxWebRTC/QBRTCConferenceClientDelegate.h>
4848

49-
//! Framework version 2.6.1
49+
//! Framework version 2.6.2
5050
FOUNDATION_EXPORT NSString * const QuickbloxWebRTCFrameworkVersion;
5151

5252
//! WebRTC revision 18213
-22 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)