按照object-c的文档来接的,初始化之后设置ApplyMessageKey,并没有调用回调方法onApplyMessageKey。我已经加了那个定时器
_pollTimer = [NSTimer scheduledTimerWithTimeInterval:1.000/15 repeats:YES block:^(NSTimer * _Nonnull timer) {
[[GVGCloudVoice sharedInstance] poll];
}];
请问这是什么问题呢
相似问题