SHA256
Перевести звонки на SendSignal с client key
This commit is contained in:
@@ -2631,8 +2631,8 @@ export class AuthService {
|
||||
}
|
||||
|
||||
|
||||
async callInviteBroadcast({ toLogin, callId, type = 100 }) {
|
||||
const response = await this.ws.request('CallInviteBroadcast', { toLogin, callId, type });
|
||||
async callInviteBroadcast({ toLogin, callId, type = 100, data = '' }) {
|
||||
const response = await this.ws.request('CallInviteBroadcast', { toLogin, callId, type, data });
|
||||
if (response.status !== 200) throw opError('CallInviteBroadcast', response);
|
||||
return response.payload || {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user