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

# Open_IM/internal/rpc/rtc ../../../internal/rpc/rtc/rtcLiveKit.go:66:36: cannot use rpc (variable of type *rtcLiveKit) as type "Open_IM/pkg/proto/rtc".RtcServiceServer in argument to rtc.RegisterRtcServiceServer: *rtcLiveKit does not implement "Open_IM/pkg/proto/rtc".RtcServiceServer (missing SignalGetRooms method) #2

Closed
simanlx opened this issue Oct 6, 2022 · 1 comment

Comments

@simanlx
Copy link

simanlx commented Oct 6, 2022

Open_IM/internal/rpc/rtc

../../../internal/rpc/rtc/rtcLiveKit.go:66:36: cannot use rpc (variable of type *rtcLiveKit) as type "Open_IM/pkg/proto/rtc".RtcServiceServer in argument to rtc.RegisterRtcServiceServer:
*rtcLiveKit does not implement "Open_IM/pkg/proto/rtc".RtcServiceServer (missing SignalGetRooms method)

@shoyu666
Copy link
Owner

shoyu666 commented Oct 8, 2022

解决方案:您可以使用 Open_IM-Server 老的版本

原因:Open_IM-Server 源分支在 9月28号提交的代码,增加了 SignalGetRooms方法
提交记录

需要使用新版的,可以解注释 rtcLiveKit.go SignalGetRooms 方法。
目前Open_IM-Server版本 SignalGetRooms 方法实际没有用到,可能后续版本这个方法会被用到。

@shoyu666 shoyu666 closed this as completed Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants