fix: revert sdpOffer to String to match Bridge SDP expectations
This commit is contained in:
parent
beda7fc2e6
commit
1470a67a06
@ -87,7 +87,7 @@ class DesktopClient {
|
||||
method: 'xworkmate.desktop.offer',
|
||||
params: {
|
||||
'sessionId': sessionId,
|
||||
'sdpOffer': offer.toMap(),
|
||||
'sdpOffer': offer.sdp,
|
||||
'display': display,
|
||||
'width': width.toString(),
|
||||
'height': height.toString(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user