Struct opentok::publisher::PublisherCallbacks [−][src]
pub struct PublisherCallbacks { /* fields omitted */ }
Expand description
Callbacks triggered in response to events related to an OpenTok publisher.
These callbacks are not executed on the application main thread but on an internal thread. The application should return the callback as quickly as possible to avoid blocking the internal thread.
Data passed into a callback (other than publisher
and user_data
)
is released after the callback finishes its execution.