支持更多音视频格式,添加点播测试页面
This commit is contained in:
@@ -230,7 +230,7 @@
|
||||
}
|
||||
|
||||
- (void)rtcSession:(SellyRTCSession *)session connectionStateChanged:(SellyRTCConnectState)state userId:(nullable NSString *)userId {
|
||||
NSLog(@"ice.connectionStateChanged == %ld",state);
|
||||
NSLog(@"ice.connectionStateChanged userId == %@ statu == %ld",userId,state);
|
||||
// 初始化 PiP Manager
|
||||
if (state == SellyRTCConnectStateConnected && !self.pipManager) {
|
||||
self.pipManager = [[SellyCallPiPManager alloc] initWithRenderView:self.remoteView];
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
{
|
||||
// 当前时间戳(秒)
|
||||
long signTime = (long)[[NSDate date] timeIntervalSince1970];
|
||||
long exprTime = signTime + 60; // 10 分钟后过期
|
||||
long exprTime = signTime + 600; // 10 分钟后过期
|
||||
|
||||
// payload 拼接
|
||||
NSString *payload = [NSString stringWithFormat:@"%@%@%@%ld%ld",
|
||||
|
||||
Reference in New Issue
Block a user