Code Monkey home page Code Monkey logo

Comments (3)

yasvitajoshi309 avatar yasvitajoshi309 commented on June 5, 2024 1

Sorry for the inconvenience, it was my mistake working fine after changing hash value to 0 of remote invitation in this(agora-react-native-rtm: 1.5.0) version also, Thanks!

from agora-react-native-rtm.

yasvitajoshi309 avatar yasvitajoshi309 commented on June 5, 2024

Same issue here we are using ios and web sdk, for agora-react-native-rtm version 1.4.8 it was working if we change remote invitation hash value to 0 and then call accept/refuse invitation but after upgrading agora-react-native-rtm version 1.5.0 it stop working that workaround also can someone please help!
@HalilFocic did you find any solution?

from agora-react-native-rtm.

ShelbyIB avatar ShelbyIB commented on June 5, 2024

@yasvitajoshi309 @HalilFocic I wonder how to change hash value to 0 since hash is a read only property for LocalInvitation and RemoteInvitation?

export interface LocalInvitation
{
readonly calleeId: string;
content?: string;
channelId?: string;
readonly response?: string;
readonly state?: LocalInvitationState;
readonly hash: number;
}
export interface RemoteInvitation {
  readonly callerId: string;
  readonly content?: string;
  readonly channelId?: string;
  response?: string;
  readonly state?: RemoteInvitationState;
  readonly hash: number;
}

from agora-react-native-rtm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.