mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 13:35:33 +03:00
Merge pull request #3484 from nextcloud/issue-3473-saving-webinar-settings
Saving Webinar Settings
This commit is contained in:
commit
a8cacf1957
2 changed files with 3 additions and 2 deletions
|
@ -394,7 +394,8 @@ class ConversationInfoActivity :
|
|||
}
|
||||
|
||||
override fun onError(e: Throwable) {
|
||||
// unused atm
|
||||
Log.e(TAG, "Failed to setLobbyForConversation", e)
|
||||
Snackbar.make(binding.root, R.string.nc_common_error_sorry, Snackbar.LENGTH_LONG).show()
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
@ -247,7 +247,7 @@ public class ApiUtils {
|
|||
}
|
||||
|
||||
public static String getUrlForRoomWebinaryLobby(int version, String baseUrl, String token) {
|
||||
return getUrlForRoom(version, baseUrl, token) + "/webinary/lobby";
|
||||
return getUrlForRoom(version, baseUrl, token) + "/webinar/lobby";
|
||||
}
|
||||
|
||||
public static String getUrlForRoomNotificationCalls(int version, String baseUrl, String token) {
|
||||
|
|
Loading…
Reference in a new issue