Rename otherEnd to getOtherEnd
This commit is contained in:
parent
8f94f0f142
commit
b99c302c75
@ -3,7 +3,7 @@ export const TrackConnectionEnd = {
|
||||
END: Symbol('TrackConnectionEnd.END'),
|
||||
};
|
||||
|
||||
export function otherEnd(end) {
|
||||
export function getOtherEnd(end) {
|
||||
return {
|
||||
[TrackConnectionEnd.START]: TrackConnectionEnd.END,
|
||||
[TrackConnectionEnd.END]: TrackConnectionEnd.START,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user