interface NERtcEncryptionConfig {
    key: string;
    mode: EncryptionMode;
    observer: NERtcPacketObserver;
}

Properties

Properties

key: string