mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 12:39:58 +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;
|
return copyJob;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void requestOfferForSessionIdWithType(String sessionId, String roomType) {
|
public void requestOfferForSessionIdWithType(String sessionIdParam, String roomType) {
|
||||||
try {
|
try {
|
||||||
webSocket.send(LoganSquare.serialize(webSocketConnectionHelper.getAssembledRequestOfferModel(sessionId, roomType)));
|
webSocket.send(LoganSquare.serialize(webSocketConnectionHelper.getAssembledRequestOfferModel(sessionIdParam, roomType)));
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
Log.e(TAG, "Failed to offer request");
|
Log.e(TAG, "Failed to offer request");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user