Does IsHost return true for co-hosts?

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

@noahviktorschenk

isHost should only return true for the meeting host. To identify co-hosts, you can use either the getUserRole() method or the onCoHostChangeNotification callback:

GetUserRole()

enum UserRole

onCoHostChangeNotification()

Please let me know if this helps or if you need any further clarification.

1 Like

Ah, perfect, thank you so much.