-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE]: Embed JitsiMeet within a PlatformView to enable Custom Layouts #79
Comments
I believe some one was hoping to put the jitsi views within a PlatformView, that would be cool, though I haven't heard how successful that was. That would be a cool pull requests, but I think it needs a lot of testing with multiple layouts. |
Hi, is there some progress on using this package inside another widget (lets say PlatformView)? |
I guess noone is working on it. Hell of a task! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I don't think that a pinned issue should be stale |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Keep open
…On Tue, Jun 1, 2021, 10:15 AM stale[bot] ***@***.***> wrote:
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEUUQ354IOJGLABSHLWHVHLTQUIUZANCNFSM4PNKWTQA>
.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bump again
…On Thu, Jul 1, 2021, 11:17 AM stale[bot] ***@***.***> wrote:
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEUUQ33SMGX2TEYD4VMOHKTTVSWKTANCNFSM4PNKWTQA>
.
|
I hope we get a customisable UI for Flutter |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Not stale
…On Sat, Aug 7, 2021, 8:29 AM stale[bot] ***@***.***> wrote:
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEUUQ36XT64HSJOPEPKAYH3T3VGPHANCNFSM4PNKWTQA>
.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I have used platform view in my app, and performance is Good. |
can you share some code snippet ? |
`import JitsiMeetSDK class FLNativeViewFactory: NSObject, FlutterPlatformViewFactory {
} class FLNativeView: NSObject, FlutterPlatformView {
} extension FLNativeView: JitsiMeetViewDelegate { |
Hi @deepak-gehlot can you please share an example project or something? It will help me a lot, thanks. |
Not stale |
Hello @deepak-gehlot could you share your example project, please? It will help me a great deal, I've been stucked here for weeks. Thank you so much! |
+1 please |
Currently when joininig or creating a room, the fullscreen view is opened on top of the app.
Is it possible to allow for some flutter widget interaction, to give small example - show some footer with Flutter button that would open a modal.
The text was updated successfully, but these errors were encountered: