Closed
Description
The 6 extension methods recently added to ZoomNet which allow a developer to promote/demote a channel member invoke Chat.PromoteMembersInAccountChannelByEmailAsync
and Chat.DemoteAdminsInAccountChannelByIdAsync
but the order of the parameters is wrong which leads to errors like User does not exist: 35748c1b22a44b9496203e36a61539f6
. The user Id mentioned in the error message is fact the channel Id.
Activity