- getAudioOption_AudioCodec(Conference.AudioOption) - Method in class com.bistri.api.Conference
-
Get audio option has AudioCodec enum.
- getAudioOption_int(Conference.AudioOption) - Method in class com.bistri.api.Conference
-
Get audio option has integer.
- getAudioOption_string(Conference.AudioOption) - Method in class com.bistri.api.Conference
-
Get audio option has String.
- getCameraId() - Method in class com.bistri.api.Conference
-
Get the current camera index.
- getCameraInfos() - Method in class com.bistri.api.Conference
-
Get information about available cameras.
- getCameraNb() - Method in class com.bistri.api.Conference
-
Get the number of available camera.
- getContext() - Method in class com.bistri.api.Conference
-
Return the application context that has been set with getInstance.
- getDataChannel(String) - Method in interface com.bistri.api.PeerStream
-
Get a DataChannel of the current peer.
- getDataChannels() - Method in interface com.bistri.api.PeerStream
-
Get all DataChannel of the current peer.
- getGeneralOption_String(Conference.GeneralOption) - Method in class com.bistri.api.Conference
-
Get general option has String.
- getId() - Method in interface com.bistri.api.PeerStream
-
Get peer identifier of this stream
- getInstance(Context) - Static method in class com.bistri.api.Conference
-
Get the instance of bistri conference object.
- getInstance() - Static method in class com.bistri.api.Conference
-
Get the current instance of bistri conference object.
- getLabel() - Method in interface com.bistri.api.DataStream
-
Get DataStream label
- getLocalRender() - Method in class com.bistri.api.Conference
-
- GetLocalRenderer() - Static method in class com.bistri.api.Renderer
-
Get the last local renderer created.
- getLocalStream() - Method in class com.bistri.api.Conference
-
Return the local peer stream.
- getMedia() - Method in interface com.bistri.api.PeerStream
-
Get the media stream, if any.
- getMembers(String) - Method in class com.bistri.api.Conference
-
Get members of a room.
- getPeerId() - Method in interface com.bistri.api.MediaStream
-
Get peer identifier of this MediaStream
- getPeerStream(String) - Method in class com.bistri.api.Conference
-
Return a peer stream from peer ID.
- getPeerStream_Ids() - Method in class com.bistri.api.Conference
-
Return an identifiers array of peers currently in the room.
- getPresence(String) - Method in class com.bistri.api.Conference
-
Get presence of a remote peer.
- getRender() - Method in interface com.bistri.api.MediaStream
-
Return the surface view used to render the media stream video.
- getRoomName() - Method in class com.bistri.api.Conference
-
Return the current room name.
- getStatus() - Method in class com.bistri.api.Conference
-
Get the connection status.
- getStatus() - Method in interface com.bistri.api.DataStream
-
Get the status of DataStream
- getUserId() - Method in class com.bistri.api.Conference
-
Get your own user identifier.
- getVideoOption_int(Conference.VideoOption) - Method in class com.bistri.api.Conference
-
Get video option has int.
- getVideoOption_string(Conference.VideoOption) - Method in class com.bistri.api.Conference
-
Get video option has String.
- getVideoRatio() - Method in interface com.bistri.api.MediaStream
-
Return the ratio of the video ( width / height ).
- GLRenderer - Class in com.bistri.api
-
- GLRenderer(Context) - Constructor for class com.bistri.api.GLRenderer
-
- onClose(DataStream) - Method in interface com.bistri.api.DataStream.Handler
-
Called when the DataStream is closed
- onConnectionEvent(Conference.Status) - Method in interface com.bistri.api.Conference.Listener
-
Callback called on connection event
- onDataStream(String, DataStream) - Method in interface com.bistri.api.PeerStream.Handler
-
Called when a DataStream is available.
- onDrawFrame(GL10) - Method in class com.bistri.api.GLRenderer
-
- onError(Conference.ErrorEvent) - Method in interface com.bistri.api.Conference.Listener
-
Callback called on error event
- onError(DataStream, String) - Method in interface com.bistri.api.DataStream.Handler
-
Called when an error occurred
- onIncomingRequest(String, String, String, String) - Method in interface com.bistri.api.Conference.Listener
-
Callback called when a presence is received (fired by GetPresence).
- onMediaStream(String, MediaStream) - Method in interface com.bistri.api.PeerStream.Handler
-
Called when media stream is available.
- onMessage(DataStream, ByteBuffer, boolean) - Method in interface com.bistri.api.DataStream.Handler
-
Called when a message (data) is received
- onNewPeer(PeerStream) - Method in interface com.bistri.api.Conference.Listener
-
Callback called when a ne peer is available
- onOpen(DataStream) - Method in interface com.bistri.api.DataStream.Handler
-
Called when the DataStream is open and ready to send/receive data.
- onPresence(String, Conference.Presence) - Method in interface com.bistri.api.Conference.Listener
-
Callback called when a presence is received (fired by GetPresence).
- onRemovedPeer(PeerStream) - Method in interface com.bistri.api.Conference.Listener
-
Callback called when a peer has left the room
- onRoomJoined(String) - Method in interface com.bistri.api.Conference.Listener
-
Callback called when a room is joined
- onRoomMembers(String, ArrayList<Conference.Member>) - Method in interface com.bistri.api.Conference.Listener
-
Callback called when getMembers result is ready
- onRoomQuitted(String) - Method in interface com.bistri.api.Conference.Listener
-
Callback called when the current room is quitted
- onSurfaceChanged(GL10, int, int) - Method in class com.bistri.api.GLRenderer
-
- onSurfaceCreated(GL10, EGLConfig) - Method in class com.bistri.api.GLRenderer
-
- onVideoRatioChange(String, MediaStream, float) - Method in interface com.bistri.api.MediaStream.Handler
-
Called when the video ratio change.
- openDataChannel(String, String, String) - Method in class com.bistri.api.Conference
-
open data stream
- openDataChannel(String) - Method in interface com.bistri.api.PeerStream
-
Open a DataChannel with the current peer.
- openGLCreated - Variable in class com.bistri.api.GLRenderer
-
- valueOf(String) - Static method in enum com.bistri.api.Conference.AudioCodec
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.bistri.api.Conference.AudioOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.bistri.api.Conference.ErrorEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.bistri.api.Conference.GeneralOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.bistri.api.Conference.Presence
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.bistri.api.Conference.RoomEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.bistri.api.Conference.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.bistri.api.Conference.VideoOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.bistri.api.DataStream.Status
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.bistri.api.Conference.AudioCodec
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.bistri.api.Conference.AudioOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.bistri.api.Conference.ErrorEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.bistri.api.Conference.GeneralOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.bistri.api.Conference.Presence
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.bistri.api.Conference.RoomEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.bistri.api.Conference.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.bistri.api.Conference.VideoOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.bistri.api.DataStream.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.