Member Junction
    Preparing search index...

    The native room module surface — a factory that constructs a NativeRoomClient.

    interface NativeRoomModule {
        createRoomClient(options: NativeRoomClientOptions): NativeRoomClient;
    }
    Index

    Methods