Skip to content
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

demo ios运行报错 #4

Open
randomjoho opened this issue Jun 8, 2021 · 1 comment
Open

demo ios运行报错 #4

randomjoho opened this issue Jun 8, 2021 · 1 comment

Comments

@randomjoho
Copy link

  • (void)setRTCToken:(NSDictionary *)dict result:(FlutterResult)result{
    [[EaseCallManager sharedManager] setRTCToken:dict[@"rtc_token"] channelName:dict[@"channel_name"]];

No visible @interface for 'EaseCallManager' declares the selector 'setRTCToken:channelName:'

@dujiepeng

xcode Version 12.3 (12C33) ,flutter 1.22.6

@jinliang04551
Copy link
Contributor

  • (void)setRTCToken:(NSDictionary *)dict result:(FlutterResult)result{
    [[EaseCallManager sharedManager] setRTCToken:dict[@"rtc_token"] channelName:dict[@"channel_name"]];

No visible @interface for 'EaseCallManager' declares the selector 'setRTCToken:channelName:'

@dujiepeng

xcode Version 12.3 (12C33) ,flutter 1.22.6

/**

  • 设置声网频道及token
  • @param aToken 声网token
  • @param aChannelName token对应的频道名称
  • @param aUid 声网账户
    */
  • (void)setRTCToken:(NSString*_Nullable)aToken channelName:(NSString*_Nonnull)aChannelName uid:(NSUInteger)aUid;

请问SDK里可以找到这个方法吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants