Skip to content

Commit

Permalink
Fix constant
Browse files Browse the repository at this point in the history
  • Loading branch information
nrtkumi committed Jul 18, 2019
1 parent 6140df2 commit 505a4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/java/com/syan/agora/AgoraModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public Map<String, Object> getConstants() {
constants.put(FixedPortrait, VideoEncoderConfiguration.ORIENTATION_MODE.ORIENTATION_MODE_FIXED_PORTRAIT.getValue());
constants.put(Host, IRtcEngineEventHandler.ClientRole.CLIENT_ROLE_BROADCASTER);
constants.put(Audience, IRtcEngineEventHandler.ClientRole.CLIENT_ROLE_AUDIENCE);
constants.put(ChannelProfileCommunication, Constants.CHANNEL_PROFILE_LIVE_BROADCASTING);
constants.put(ChannelProfileCommunication, Constants.CHANNEL_PROFILE_COMMUNICATION);
constants.put(ChannelProfileLiveBroadcasting, Constants.CHANNEL_PROFILE_LIVE_BROADCASTING);
constants.put(ChannelProfileGame, Constants.CHANNEL_PROFILE_GAME);
constants.put(UserOfflineReasonQuit, Constants.USER_OFFLINE_QUIT);
Expand Down

0 comments on commit 505a4cc

Please sign in to comment.