Open batuhansahan opened 4 years ago
I'm having the same issue with Android. Had to restart metro bundler (for debug build) or restart app (for release build) in order for the new feature flag to take effect. Still trying hard to find out the cause. =(
It works perfectly fine with iOS though.
i have added
chat.enabled,true
in call function andchat.enabled,false
in audioCall functionbut when i join with .call() function it shows chat box and leave the conference(still in app but i leave conference with endCall()) and join another conference with audioCall() it still remembering chat.enabled=true is it caching in somewhere how to dynamicly change flags,
note:i tried in reverse , if i close app and join audioCall chat.enabled=false but if i join another conference with .call() it stills chat.enabled=false so in reverse its same.
call function
audioCall function
@skrafft