Skip to content

Conversation

@diegolmello
Copy link
Member

@diegolmello diegolmello commented Aug 12, 2021

@diegolmello diegolmello changed the title Update lib to 3.7.0 Update to SDK 3.7.0 Aug 12, 2021
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-jitsi-meet": "^2.1.1"
"react-native-jitsi-meet": "RocketChat/react-native-jitsi-meet#update-lib"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is weird.
This repo doesn't use bob, so example app doesn't work based on local files and need changes to be pushed to be tested.
We might want to create our own version of it.

mJitsiMeetViewReference.getJitsiMeetView().getId(),
"conferenceJoined",
event);
@ReactProp(name="options")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I took this from https://github.com/sajanthomas01/react-native-jitsi-meet-extended
I removed part of the code to match the way we currently handle on iOS, but we can add later.
Sadly, it creates fragmentation on the way to have a call, but I couldn't find the reason why @ReactMethod call isn't working

public void call(String url, ReadableMap userInfo) {


@ReactModule(name = RNJitsiMeetViewManager.REACT_CLASS)
public class RNJitsiMeetViewManager extends SimpleViewManager<RNJitsiMeetView> implements JitsiMeetViewListener {
public class RNJitsiMeetViewManager extends SimpleViewManager<RNJitsiMeetView> {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed deprecated JitsiMeetViewListener and added BrodcastReceiver instead

@diegolmello diegolmello changed the title Update to SDK 3.7.0 Update to SDK 3.6.0 Aug 27, 2021
@diegolmello diegolmello merged commit 90bae9b into master Aug 27, 2021
@diegolmello diegolmello deleted the update-lib branch August 27, 2021 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants