RtcFrameCryptorObserver

Trait RtcFrameCryptorObserver 

Source
pub trait RtcFrameCryptorObserver: Send + Sync {
    // Required method
    fn on_frame_cryption_state_change(
        &self,
        participant_id: String,
        state: FrameCryptionState,
    );
}

Required Methods§

Source

fn on_frame_cryption_state_change( &self, participant_id: String, state: FrameCryptionState, )

Implementors§