File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3636
3737 @return an object that implements the `MXCallStackCall` protocol.
3838 */
39- - (nullable id <MXCallStackCall>)createCall : (NSString *) callUUIDString ;
39+ - (nullable id <MXCallStackCall>)createCall : (NSString *) callUUIDString withRoomId : ( NSString *) roomId ;
4040
4141/* *
4242 Indicates whether this call can use gk call events.
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ - (instancetype)initWithRoomId:(NSString *)roomId callSignalingRoomId:(NSString
149149 // meanwhile
150150 [callManager.mxSession retainPreventPause ];
151151
152- callStackCall = [callManager.callStack createCall: _callUUID.UUIDString];
152+ callStackCall = [callManager.callStack createCall: _callUUID.UUIDString withRoomId: _room.roomId ];
153153 if (nil == callStackCall)
154154 {
155155 MXLogErrorDetails (@" [MXCall] Error: Cannot create call. [MXCallStack createCall] returned nil." , @{
You can’t perform that action at this time.
0 commit comments