talk-android icon indicating copy to clipboard operation
talk-android copied to clipboard

support isSpeaking in calls

Open mahibi opened this issue 1 month ago • 0 comments

1st step:

  • [ ] implement isSpeaking signaling messages
  • [ ] sort by isSpeaking, this could be done with more logic so all speakers keep their order. (followup to https://github.com/nextcloud/talk-android/pull/5562) See iOS code:
    • https://github.com/nextcloud/talk-ios/blob/4d2cb520256d38c12ffb608e76dc04cafd7d551c/NextcloudTalk/Calls/CallViewController.swift#L543-L565
    • https://github.com/nextcloud/talk-ios/blob/4d2cb520256d38c12ffb608e76dc04cafd7d551c/NextcloudTalk/Calls/CallViewController.swift#L574-L594

2nd step (maybe for later PR):

implement a speakerview

mahibi avatar Nov 27 '25 16:11 mahibi