mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Fixed build due to onActiveSpeakerParticipantDevice signature change
This commit is contained in:
parent
df92297d6c
commit
10eaafce74
1 changed files with 2 additions and 1 deletions
|
|
@ -201,8 +201,9 @@ class ConferenceViewModel : ViewModel() {
|
|||
|
||||
override fun onActiveSpeakerParticipantDevice(
|
||||
conference: Conference,
|
||||
participantDevice: ParticipantDevice
|
||||
participantDevice: ParticipantDevice?
|
||||
) {
|
||||
if (participantDevice == null) return
|
||||
Log.i(
|
||||
"[Conference] Participant [${participantDevice.address.asStringUriOnly()}] is currently being displayed as active speaker"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue