Skip to content

Commit 2b85c46

Browse files
committed
Fix constant
1 parent 944b177 commit 2b85c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/syan/agora/AgoraModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)