Skip to content

Commit

Permalink
Merge pull request #80 from nrtkumi/fix/constant
Browse files Browse the repository at this point in the history
Fix constant
  • Loading branch information
Matrixbirds authored Jul 19, 2019
2 parents 944b177 + 2b85c46 commit 24d1d8b
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 24d1d8b

Please sign in to comment.