问题
I'm having trouble getting status callbacks working for Twilio Video. Here's where I create a room on the Ruby server:
group_room = client.video.rooms.create(
unique_name: room,
type: 'group',
record_participants_on_connect: true,
status_callback: https://www.example.com/room_events,
status_callback_method: 'POST'
)
Note that this isn't just an issue of localhost not being accessible from the Internet— The problem occurs in production as well, with no signs of status callbacks occurring.
来源:https://stackoverflow.com/questions/47148499/setting-up-status-callbacks-for-twilio-video