Struct webrtc_srtp::session::Session[][src]

pub struct Session { /* fields omitted */ }
Expand description

Session implements io.ReadWriteCloser and provides a bi-directional SRTP session SRTP itself does not have a design like this, but it is common in most applications for local/remote to each have their own keying material. This provides those patterns instead of making everyone re-implement

Implementations

listen on the given SSRC to create a stream, it can be used if you want a certain SSRC, but don’t want to wait for Accept

accept returns a stream to handle RTCP for a single SSRC

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.

Should always be Self

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.