Hey there,
Does the IsHost from IUserInfo in the Linux SDK (link) return true if the participant is a co-host?
Thanks
Hey there,
Does the IsHost from IUserInfo in the Linux SDK (link) return true if the participant is a co-host?
Thanks
Hey @chunsiong.zoom @donte.zoom just a friendly ping to got your thoughts on this.
@donte.zoom another friendly ping : D
isHost should only return true for the meeting host. To identify co-hosts, you can use either the getUserRole() method or the onCoHostChangeNotification callback:
Please let me know if this helps or if you need any further clarification.
Ah, perfect, thank you so much.