rename voiceIntent to isAudioCall
This commit is contained in:
parent
7ef43abd57
commit
be370911d2
20 changed files with 38 additions and 31 deletions
|
|
@ -304,7 +304,7 @@ class DefaultPushHandler(
|
|||
callType = CallType.RoomCall(
|
||||
notifiableEvent.sessionId,
|
||||
notifiableEvent.roomId,
|
||||
voiceIntent = notifiableEvent.callIntent == CallIntent.AUDIO
|
||||
isAudioCall = notifiableEvent.callIntent == CallIntent.AUDIO
|
||||
),
|
||||
eventId = notifiableEvent.eventId,
|
||||
senderId = notifiableEvent.senderId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue