获取音效文件时长。
调用时机
请在房间内调用该方法.
参数说明
effectId 音效 ID
effectId
返回:音效文件时长,单位为毫秒。
Future<int> getEffectDuration(int effectId);