Twilio chat channel getMembers() method access forbitten
问题 After creating a channel in the Twilio Programmable Chat service, I am listening to the client events. One of those events is the channelAdded event. In the hook, I have to retrieve the Members of the channel (in order to get the opposite members name in a binary room) like so channel.getMembers() When I do this, Twilio returns: name: "SyncError" message: "Access forbidden for identity (status: 403, code: 54007)" status: 403 code: 54007 It would make sense if the user that is accessing that