Module callback

Source
Expand description

API for receiving callbacks from a media server.

Structs§

OnJoinEvent
Event notifying about a Member joining a Room.
OnLeaveEvent
Event notifying about a Member leaving its Room.
Request
Request with a fired callback Event and its meta information.

Enums§

Event
Possible callbacks events which may happen on a media server.
OnLeaveReason
Possible reasons of why a Member leaves its Room.

Traits§

Api
API for receiving callbacks from a media server.