hyphenate_SDK3.0  3.6.0
hyphenatejavaIMSDK
Public Member Functions | List of all members
com.hyphenate.chat.EMConference Class Reference

Public Member Functions

String getPubStreamId (EMConferenceStream.StreamType type)
 
void setPubStreamId (String pubStreamId, EMConferenceStream.StreamType type)
 
String getConferenceId ()
 
void setConferenceId (String conferenceId)
 
String getPassword ()
 
void setPassword (String password)
 
String getExtension ()
 
void setExtension (String extension)
 
EMConferenceManager.EMConferenceType getConferenceType ()
 
void setConferenceType (EMConferenceManager.EMConferenceType type)
 
EMConferenceManager.EMConferenceRole getConferenceRole ()
 
void setConferenceRole (EMConferenceManager.EMConferenceRole role)
 
int getMemberNum ()
 
void setMemberNum (int memberNum)
 
String[] getAdmins ()
 
void setAdmins (String[] admins)
 
String[] getSpeakers ()
 
void setSpeakers (String[] speakers)
 
boolean isRecordOnServer ()
 
void setRecordOnServer (boolean recordOnServer)
 
void reset ()
 

Detailed Description

Created by lzan13 on 2017/8/17.

Multi person conference entity class, save conference information

Member Function Documentation

String [] com.hyphenate.chat.EMConference.getAdmins ( )

Get the current conference admin array.

Returns
admin array, may null.
String com.hyphenate.chat.EMConference.getConferenceId ( )

Get conference id

EMConferenceManager.EMConferenceType com.hyphenate.chat.EMConference.getConferenceType ( )

Get the current conference type

Returns
See EMConferenceManager.EMConferenceType, return null is this parameters not set.
String com.hyphenate.chat.EMConference.getExtension ( )

Get conference support information

int com.hyphenate.chat.EMConference.getMemberNum ( )

Get the total members number in this conference.(includes self)

Returns
String com.hyphenate.chat.EMConference.getPassword ( )

Get conference password

String com.hyphenate.chat.EMConference.getPubStreamId ( EMConferenceStream.StreamType  type)

Get local publish stream id

Parameters
typeStream type
String [] com.hyphenate.chat.EMConference.getSpeakers ( )

Useless for current.

Returns
null
boolean com.hyphenate.chat.EMConference.isRecordOnServer ( )

Get the current conference is recorded on server or not.

Returns
whether record on server .
void com.hyphenate.chat.EMConference.reset ( )

Exit conference reset conference information

void com.hyphenate.chat.EMConference.setConferenceId ( String  conferenceId)

Set conference id

void com.hyphenate.chat.EMConference.setExtension ( String  extension)

Set conference support information

void com.hyphenate.chat.EMConference.setPassword ( String  password)

Set conference password

void com.hyphenate.chat.EMConference.setPubStreamId ( String  pubStreamId,
EMConferenceStream.StreamType  type 
)

Set local publish normal stream id

Parameters
pubStreamIdStream id
typeStream type

The documentation for this class was generated from the following file: