change event name
This commit is contained in:
@@ -12,7 +12,7 @@ export class NotificationService {
|
||||
return await this.socketGateway.handleSendMessage({
|
||||
clientsId: [notificationData.telephone_id],
|
||||
message: JSON.stringify(notificationData),
|
||||
event: 'answer',
|
||||
event: 'call',
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user