openvidu
openvidu copied to clipboard
add token role to participant event (CDR and webhook)
Hello,
I've found extremely useful to have the participant role information in the participantJoined
event.
Since it's a 'one-liner' (well technically 3 lines including the webhook integration test) I don't think that it needs more explanations. :smile:
Regards, Mihail
Thanks for your suggestion && PR @mihailj :smile: . @pabloFuente . What do you think of this?
We support in OpenVidu PRO/ENTERPRISE an API to change the role of a connection. I am not sure how consistent it is to add this to the webhook event.
We support in OpenVidu PRO/ENTERPRISE an API to change the role of a connection. I am not sure how consistent it is to add this to the webhook event.
Good point about that! It will probably also need a new participantRoleChanged
CDR Event...