enum EnxParticipantListOptions {
    audio = 1,video,chat,disconnect,changeRole,
}
export default EnxParticipantListOptions;