hyphenate_SDK3.0
3.5.0
hyphenatejavaIMSDK
|
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) |
void | reset () |
Created by lzan13 on 2017/8/17.
Multi person conference entity class, save conference information
String [] com.hyphenate.chat.EMConference.getAdmins | ( | ) |
Get the current conference admin array.
String com.hyphenate.chat.EMConference.getConferenceId | ( | ) |
Get conference id
EMConferenceManager.EMConferenceType com.hyphenate.chat.EMConference.getConferenceType | ( | ) |
Get the current conference type
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)
String com.hyphenate.chat.EMConference.getPassword | ( | ) |
Get conference password
String com.hyphenate.chat.EMConference.getPubStreamId | ( | EMConferenceStream.StreamType | type | ) |
Get local publish stream id
type | Stream type |
String [] com.hyphenate.chat.EMConference.getSpeakers | ( | ) |
Useless for current.
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
pubStreamId | Stream id |
type | Stream type |