mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 20:19:42 +01:00
Change param name
This commit is contained in:
parent
15b53c701a
commit
6e4d93a5c1
@ -225,9 +225,9 @@ public class MagicWebSocketInstance extends WebSocketListener {
|
||||
return copyJob;
|
||||
}
|
||||
|
||||
public void requestOfferForSessionIdWithType(String sessionId, String roomType) {
|
||||
public void requestOfferForSessionIdWithType(String sessionIdParam, String roomType) {
|
||||
try {
|
||||
webSocket.send(LoganSquare.serialize(webSocketConnectionHelper.getAssembledRequestOfferModel(sessionId, roomType)));
|
||||
webSocket.send(LoganSquare.serialize(webSocketConnectionHelper.getAssembledRequestOfferModel(sessionIdParam, roomType)));
|
||||
} catch (IOException e) {
|
||||
Log.e(TAG, "Failed to offer request");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user