A C D F G H I J L M N O P R S T V 

A

addListener(Conference.Listener) - Method in class com.bistri.api.Conference
Add a bistri conference listener.

C

call(String, String) - Method in class com.bistri.api.Conference
Start a call with a remote user.
CALL_ERROR - Static variable in class com.bistri.api.Conference
 
close() - Method in interface com.bistri.api.DataStream
Close DataStream
com.bistri.api - package com.bistri.api
 
CONF_EVENT - Static variable in class com.bistri.api.Conference
 
Conference - Class in com.bistri.api
 
Conference.AudioCodec - Enum in com.bistri.api
Audio codec available
Conference.AudioOption - Enum in com.bistri.api
Audio options
Conference.ErrorEvent - Enum in com.bistri.api
 
Conference.GeneralOption - Enum in com.bistri.api
General options
Conference.Listener - Interface in com.bistri.api
Conference event listener
Conference.Member - Interface in com.bistri.api
Room member.
Conference.Presence - Enum in com.bistri.api
User presence
Conference.RoomEvent - Enum in com.bistri.api
Room event
Conference.Status - Enum in com.bistri.api
Connection status
Conference.VideoOption - Enum in com.bistri.api
Video options
connect() - Method in class com.bistri.api.Conference
Connect to bistri conference service.
CONNECTION_EVENT - Static variable in class com.bistri.api.Conference
 
CreateLocalRenderer(Context) - Static method in class com.bistri.api.Renderer
Create a video renderer for local stream.
CreateOpenGL() - Method in class com.bistri.api.GLRenderer
 
CreateOpenGLNative(long, int, int) - Method in class com.bistri.api.GLRenderer
 
CreateRenderer() - Static method in class com.bistri.api.Renderer
Create a surface video renderer.
CreateRenderer(boolean) - Static method in class com.bistri.api.Renderer
Create a surface or openGL video renderer.

D

DataStream - Interface in com.bistri.api
 
DataStream.Handler - Interface in com.bistri.api
DataStream handler.
DataStream.Status - Enum in com.bistri.api
Connection status
DeRegisterNativeObject() - Method in class com.bistri.api.GLRenderer
 
disconnect() - Method in class com.bistri.api.Conference
Disconnect.
DrawNative(long) - Method in class com.bistri.api.GLRenderer
 

F

fromInteger(int) - Static method in enum com.bistri.api.Conference.ErrorEvent
 
fromInteger(int) - Static method in enum com.bistri.api.Conference.RoomEvent
Initialize from integer
fromInteger(int) - Static method in enum com.bistri.api.Conference.Status
Initialize from integer
fromString(String) - Static method in enum com.bistri.api.Conference.Presence
 

G

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
 

H

hasAudio() - Method in interface com.bistri.api.MediaStream
Test if this media stream has audio.
hasAudioOption(Conference.AudioOption) - Method in class com.bistri.api.Conference
Check if an audio option has been set.
hasGeneralOption(Conference.GeneralOption) - Method in class com.bistri.api.Conference
Check if a general option has been set.
hasMedia() - Method in interface com.bistri.api.PeerStream
Test if peer stream contains a media stream
hasOpenGLES20(Context) - Static method in class com.bistri.api.Renderer
Check if OpenGL ES 2.0 is available on current device.
hasVideo() - Method in interface com.bistri.api.MediaStream
Test if this media stream has video.
hasVideoOption(Conference.VideoOption) - Method in class com.bistri.api.Conference
Check if a video option has been set.

I

id() - Method in interface com.bistri.api.Conference.Member
Identifier
initialize() - Method in class com.bistri.api.GLRenderer
 
isAudioMute() - Method in interface com.bistri.api.MediaStream
Check if audio of this stream is muted or not.
IsGLRenderer(Object) - Static method in class com.bistri.api.GLRenderer
 
isLocal() - Method in interface com.bistri.api.PeerStream
Test if the peer stream is local or not.
isVideoMute() - Method in interface com.bistri.api.MediaStream
Check if video of this stream is muted or not.

J

join(String) - Method in class com.bistri.api.Conference
Join a room.
join(String, int) - Method in class com.bistri.api.Conference
Join a room without user name.

L

leave(String) - Method in class com.bistri.api.Conference
Leave the current room.

M

MediaStream - Interface in com.bistri.api
 
MediaStream.Handler - Interface in com.bistri.api
MediaStream handler.
muteAudio(boolean) - Method in interface com.bistri.api.MediaStream
Mute audio of this stream (if any).
muteVideo(boolean) - Method in interface com.bistri.api.MediaStream
Mute video of this stream (if any).

N

name() - Method in interface com.bistri.api.Conference.Member
Name
nativeLock - Variable in class com.bistri.api.GLRenderer
 
nativeReference - Variable in class com.bistri.api.GLRenderer
 

O

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
 

P

PeerStream - Interface in com.bistri.api
 
PeerStream.Handler - Interface in com.bistri.api
PeerStream handler.

R

ReDraw() - Method in class com.bistri.api.GLRenderer
 
RegisterNativeObject(long) - Method in class com.bistri.api.GLRenderer
 
removeListener(Conference.Listener) - Method in class com.bistri.api.Conference
Remove a bistri conference listener.
Renderer - Class in com.bistri.api
 
Renderer() - Constructor for class com.bistri.api.Renderer
 
ROOM_MEMBERS - Static variable in class com.bistri.api.Conference
 

S

send(ByteBuffer, boolean) - Method in interface com.bistri.api.DataStream
Send data through DataStream
send(String) - Method in interface com.bistri.api.DataStream
Send data through DataStream
setAudioOption(Conference.AudioOption, Conference.AudioCodec) - Method in class com.bistri.api.Conference
Set audio options.
setAudioOption(Conference.AudioOption, int) - Method in class com.bistri.api.Conference
Set audio options.
setCameraId(int) - Method in class com.bistri.api.Conference
Check if a room is joined
setGeneralOption(Conference.GeneralOption, String) - Method in class com.bistri.api.Conference
Set a general option.
setHandler(DataStream.Handler) - Method in interface com.bistri.api.DataStream
Set an handle for this data stream.
setHandler(MediaStream.Handler) - Method in interface com.bistri.api.MediaStream
Set an handle for this media stream.
setHandler(PeerStream.Handler) - Method in interface com.bistri.api.PeerStream
Set an handle for this peer stream
setInfo(String, String) - Method in class com.bistri.api.Conference
Set credential information.
setInfo(String, String, String) - Method in class com.bistri.api.Conference
Set credential information.
setInfo(String, String, String, String) - Method in class com.bistri.api.Conference
Set credential information.
setLoudspeaker(boolean) - Method in class com.bistri.api.Conference
Enable/disable loud speaker.
setPresence(Conference.Presence) - Method in class com.bistri.api.Conference
Set your own presence.
setVideoOption(Conference.VideoOption, int) - Method in class com.bistri.api.Conference
Set video options.
setView(String, String, SurfaceView) - Method in class com.bistri.api.Conference
Set video render view.
surfaceCreated - Variable in class com.bistri.api.GLRenderer
 
surfaceHeight - Variable in class com.bistri.api.GLRenderer
 
surfaceWidth - Variable in class com.bistri.api.GLRenderer
 

T

toString() - Method in enum com.bistri.api.Conference.AudioCodec
Serialize value
toString() - Method in enum com.bistri.api.Conference.Presence
 

V

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.
A C D F G H I J L M N O P R S T V 

Copyright © 2015. All rights reserved.