Skip to content

Commit

Permalink
[Android]Use voice rtc sdk.
Browse files Browse the repository at this point in the history
  • Loading branch information
xgfd3 committed Dec 6, 2023
1 parent 1c686a7 commit e118e1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Android/auikit-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ dependencies {

//agora chat
api 'io.agora.rtc:chat-sdk:1.1.0'
api 'io.agora.rtc:agora-special-full:4.1.1.147'
// api 'io.agora.rtc:agora-special-full:4.1.1.147'
api 'io.agora.rtc:agora-special-voice:4.1.1.147'

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ class AUIRtmManager(
})
rtmStreamChannelMap.remove(channelName)
}
else -> {}
}
}

Expand Down

0 comments on commit e118e1d

Please sign in to comment.