| accept2(long chatId, AVChatCallback< Void > callback) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| call2(String account, AVChatType callType, AVChatNotifyOption notifyOption, AVChatCallback< AVChatData > callback) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| createRoom(String roomName, String extraMessage, AVChatCallback< AVChatChannelInfo > callback) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| createRoom(String roomName, String extraMessage, List< AVChatLiveTaskConfig > liveConfigList, AVChatCallback< AVChatChannelInfo > callback) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| disableRtc() | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| disableVideo() | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| enableRtc() | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| enableRtc(int osType) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| enableRtc(AVChatServerAddresses serverAddresses) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| enableRtc(int osType, boolean lowEnergy) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| enableRtc(int osType, boolean lowEnergy, AVChatServerAddresses address) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| enableRtc(AVChatEngineConfig config) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| enableVideo() | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| getCurrentChatId() | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| getInstance() | com.netease.nimlib.sdk.avchat.AVChatManagerLite | static |
| getParameter(AVChatParameters.Key< T > key) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| getParameters(AVChatParameters params) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| getUidByAccount(String account) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| hangUp2(long chatId, AVChatCallback< Void > callback) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| isAllRemoteAudioMuted() | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| isLocalAudioMuted() | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| isLocalVideoMuted() | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| isMicrophoneMute() | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| isRemoteAudioMuted(String account) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| isRemoteVideoMuted(String account) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| joinRoom2(String roomName, final AVChatType callType, AVChatCallback< AVChatData > callback) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| leaveRoom2(String roomName, AVChatCallback< Void > callback) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| muteAllRemoteAudio(boolean muted) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| muteLocalAudio(boolean muted) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| muteLocalVideo(boolean muted) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| muteRemoteAudio(String account, boolean muted) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| muteRemoteVideo(String account, boolean muted) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| observeAVChatState(AVChatStateObserverLite observer, boolean register) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| observeCalleeAckNotification(Observer< AVChatCalleeAckEvent > observer, boolean register) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| observeControlNotification(Observer< AVChatControlEvent > observer, boolean register) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| observeHangUpNotification(Observer< AVChatCommonEvent > observer, boolean register) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| observeIncomingCall(Observer< AVChatData > observer, boolean register) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| observeOnlineAckNotification(Observer< AVChatOnlineAckEvent > observer, boolean register) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| rate(int rate, String description) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| selectAudioDevice(int audioDevice) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| sendControlCommand(long chatId, byte controlCommand, AVChatCallback< Void > callback) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| setChannelProfile(int profile) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| setMicrophoneMute(boolean mute) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| setParameter(AVChatParameters.Key< T > key, T value) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| setParameters(AVChatParameters params) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| setSpeaker(boolean enable) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| setupLocalVideoRender(IVideoRender render, boolean mirror, int scalingType) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| setupRemoteVideoRender(String account, IVideoRender render, boolean mirror, int scalingType) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| setupVideoCapturer(AVChatVideoCapturer videoCapturer) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| setVideoQualityStrategy(int strategy) | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| speakerEnabled() | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| startVideoPreview() | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |
| stopVideoPreview() | com.netease.nimlib.sdk.avchat.AVChatManagerLite | |