File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
android/src/main/java/com/syan/agora Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ public Map<String, Object> getConstants() {
160160 constants .put (FixedPortrait , VideoEncoderConfiguration .ORIENTATION_MODE .ORIENTATION_MODE_FIXED_PORTRAIT .getValue ());
161161 constants .put (Host , IRtcEngineEventHandler .ClientRole .CLIENT_ROLE_BROADCASTER );
162162 constants .put (Audience , IRtcEngineEventHandler .ClientRole .CLIENT_ROLE_AUDIENCE );
163- constants .put (ChannelProfileCommunication , Constants .CHANNEL_PROFILE_LIVE_BROADCASTING );
163+ constants .put (ChannelProfileCommunication , Constants .CHANNEL_PROFILE_COMMUNICATION );
164164 constants .put (ChannelProfileLiveBroadcasting , Constants .CHANNEL_PROFILE_LIVE_BROADCASTING );
165165 constants .put (ChannelProfileGame , Constants .CHANNEL_PROFILE_GAME );
166166 constants .put (UserOfflineReasonQuit , Constants .USER_OFFLINE_QUIT );
You can’t perform that action at this time.
0 commit comments