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.

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.