livekit / client-sdk-js

LiveKit browser client SDK (javascript)

Home Page:https://livekit.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

communication between client-sdk-js --- client-sdk-flutter

no-1ne opened this issue · comments

Describe the problem

looking to send webrtc stream from flutter to a webview within flutter app, is it possible to do it without much effort..

Describe the proposed solution

currently its designed to talk to server side looking to use it as a p2p thing

Alternatives considered

No response

Importance

would make my life easier

Additional Information

No response

Hi,
communication between the client-sdk-flutter and client-sdk-js works out of the box.
WebView support is always tricky though. We don't have any official guidelines on how to make that work.

Feel free to ask general questions in the community chat on slack

i meant to ask if they can be used in p2p mode, without going thru SFU for a simple local communcation use case...

the answer is still the same @no-1ne :)

#270

@davidzhao Thank you for the reply, I understand the reluctance in adding mesh mode within library which was the other issue...

Here Was looking for guidiance on possibility of it to work p2p between two clients libaries, possibly something our small team can implement