talk-android
talk-android copied to clipboard
support isSpeaking in calls
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